Tootsville::Endpoint-Get-/ Gossip/ Answers/ Uuid→Sdp

Function

Endpoint-Get-/ Gossip/ Answers/ Uuid→Sdp names a function, with lambda list (UUID):

Read back the answer to an offer posted previously.

This is a COMET-type call which may sleep up to 30s.

204 No Content

No Content is returned if the offer has not yet been accepted. However, this will not be returned immediately; the host will wait up to 30s before returning failure.

200 OK

The SDP answer will be returned.

Web Service Endpoint

This is a web service endpoint accessed by the HTTP method GET at the URI template /gossip/answers/:uuid. It returns a content-type of application/sdp.

UUID is a parameter from the URI.

It will report a slow response if it takes longer than 31.0 seconds (31,000 milliseconds) to complete.

File

Defined in file src/endpoints/slash-gossip.lisp.